================================================================================
  SimpliTake — Third-Party Licenses (Structured Component List)
  Copyright (c) SimpliTake LLC. All rights reserved.
================================================================================

SimpliTake is proprietary software licensed under the SimpliTake User Agreement
(EULA). It is a one-time purchase and runs fully offline after a one-time
activation. This file lists the third-party open-source components bundled with
SimpliTake and their licenses. Full license texts are in the "licenses" folder.

For a plain-language explanation, see THIRD_PARTY_NOTICES.txt
(English) or THIRD_PARTY_NOTICES_es.txt (Spanish).

LICENSE TEXT FILES (in licenses\):
  LGPL-3.0.txt       GNU Lesser General Public License v3.0
  LGPL-2.1.txt       GNU Lesser General Public License v2.1
  MIT.txt            MIT License
  Apache-2.0.txt     Apache License 2.0
  BSD-3-Clause.txt   BSD 3-Clause License

--------------------------------------------------------------------------------
COMPONENTS BUNDLED WITH SIMPLITAKE
--------------------------------------------------------------------------------
Format: Component | Version policy | Purpose | License | License file

PySide6            >= 6.6   Qt for Python UI toolkit         LGPL-3.0      licenses\LGPL-3.0.txt
shiboken6          (bundled) PySide6 binding support         LGPL-3.0      licenses\LGPL-3.0.txt
Qt 6               (bundled) UI framework (via PySide6)       LGPL-3.0      licenses\LGPL-3.0.txt
pypdfium2          >= 4.30  PDF rendering (Google PDFium)     BSD-3-Clause / Apache-2.0   licenses\BSD-3-Clause.txt ; licenses\Apache-2.0.txt
pypdf              >= 4.0   PDF page handling                 BSD-3-Clause  licenses\BSD-3-Clause.txt
pdfplumber         >= 0.11  PDF line/text extraction          MIT           licenses\MIT.txt
pdfminer.six       (dep)    PDF parsing (for pdfplumber)      MIT           licenses\MIT.txt
Pillow             >= 10.0  Image handling / thumbnails       MIT (HPND)    licenses\MIT.txt
reportlab          >= 4.0   PDF report export                 BSD-3-Clause  licenses\BSD-3-Clause.txt
openpyxl           >= 3.1   Excel (.xlsx) export              MIT           licenses\MIT.txt
et_xmlfile         (dep)    Excel XML support (openpyxl)      MIT           licenses\MIT.txt
shapely            >= 2.0   Area-takeoff geometry             BSD-3-Clause  licenses\BSD-3-Clause.txt
GEOS               (bundled) Geometry engine (via Shapely)    LGPL-2.1+     licenses\LGPL-2.1.txt
numpy              (dep)    Numeric support                   BSD-3-Clause  licenses\BSD-3-Clause.txt
cryptography       >= 42.0  License/security helpers          Apache-2.0 / BSD-3-Clause   licenses\Apache-2.0.txt ; licenses\BSD-3-Clause.txt
cffi               (dep)    C interface (for cryptography)    MIT           licenses\MIT.txt
pycparser          (dep)    C parser (for cffi)               BSD-3-Clause  licenses\BSD-3-Clause.txt
charset-normalizer (dep)    Text encoding detection           MIT           licenses\MIT.txt

--------------------------------------------------------------------------------
LGPL COMPLIANCE
--------------------------------------------------------------------------------
PySide6/Qt 6/shiboken6 (LGPL-3.0) and GEOS via Shapely (LGPL-2.1+) are dynamically
linked and shipped as separate library files inside the installation's _internal
folder. You may obtain the corresponding source code, or replace those library
files with a compatible LGPL version. To request source:

  To:      INFO@simplitake.com
  Subject: LGPL Source Request
  Include: product name (SimpliTake), version, approximate purchase date.

Source is also available upstream:
  https://code.qt.io/cgit/pyside/pyside-setup.git/
  https://www.qt.io/download-open-source
  https://github.com/libgeos/geos

--------------------------------------------------------------------------------
NOTES
--------------------------------------------------------------------------------
  • SimpliTake does NOT bundle PyMuPDF/MuPDF (AGPL); PDF rendering uses pypdfium2.
  • PyInstaller is used only to build the installer and is NOT shipped to users.
  • Version policies reflect requirements.txt; exact bundled versions are fixed at
    build time. For precise versions, contact INFO@simplitake.com.

This list is provided for transparency and license compliance and is not legal
advice. The authoritative terms are the full license texts in the "licenses"
folder.
================================================================================
